AL AUDIO DEVICE INITIALIZED

This function will return the whether or not an audio device has been initialized for use with DarkAL. If AL START was called with the default device flag set to 1, or AL SET DEVICE successfully initialized the given device, this function will return true.

  Syntax
Return Boolean = AL AUDIO DEVICE INITIALIZED( *no parameters* )
  Parameters
No parameters required.

  Returns

Returns 1 if an audio device was initialized and ready to be used with DarkAL. Returns 0 if no device is initialized.

  See also

DarkAL Functions Menu